home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / scmode.zip / SCMODE.DOC next >
Text File  |  1992-06-29  |  3KB  |  99 lines

  1.  
  2. SCMODE 1.0 by Mark Fontana
  3. Released June 29, 1992
  4.  
  5.  
  6.    Do you have a Roland SCC-1 and hate wading through that buggy Roland
  7. utility just to set your SCC-1 to MT-32 mode?
  8.  
  9.    Do you have an external SC-55 or SC-155 and hate having to reach over
  10. and do the on/off + hold button routine?
  11.  
  12.  
  13. INTRODUCTION
  14.  
  15.    SCMODE is a command line utility to set your Roland Sound Canvas series
  16. tone module to either GS Standard mode or MT-32 emulation mode.  It is
  17. suitable for use in batch files, ie. when starting games configured for the
  18. MT-32, or resetting to GS mode before starting a sequencer.
  19.  
  20.    SCMODE has been confirmed to work correctly with the SC-55, SCC-1, and
  21. SC-155 tone modules.  I have not been able to test it on a JV-series
  22. keyboard, but there's a fairly good chance it will work with those too.
  23.  
  24.    At the moment, SCMODE supports only Roland MPU-compatible MIDI interfaces
  25. (such as MusicQuest's), which covers all SCC-1 owners and a good chunk of
  26. the remaining Sound Canvas user base.  I'll add Soundblaster MIDI support
  27. if enough people ask about it.  As far as other interfaces, if you can
  28. provide me with some (free) information on how to program for them, I'd
  29. be happy to add support for these as well.
  30.  
  31.  
  32. COMMAND LINE OPTIONS
  33.  
  34.    SCMODE is pretty straightforward.  It accepts the following command line
  35. options in any order:
  36.  
  37.    mt32     ; set MT32 mode
  38.    gs       ; set GS Standard mode
  39.    -i n     ; use IRQ n (where n = 2, 3, 5, or 7)
  40.    -p n     ; use port n (where n is the base address of your MPU
  41.                           interface, specified in hex, ie. "330" for 330h);
  42.    
  43. All options are case insensitive.  If no IRQ is specified, SCMODE will
  44. usually be able to autodetect the correct IRQ level.  If no port is 
  45. specified, SCMODE assumes the default setting of 330h.
  46.  
  47.  
  48. ERRORLEVELS
  49.  
  50.   If SCMODE successfully changed modes, it returns errorlevel 0.  If any
  51. errors were encountered, it returns errorlevel 1.
  52.  
  53.  
  54. DISTRIBUTION
  55.  
  56.   SCMODE is freeware.  You may use SCMODE indefinitely, and no payment or
  57. registration is required.  You may freely distribute SCMODE as long as:
  58.  
  59.    a) no fee is charged
  60.    b) no changes are made to the program or this documentation file
  61.  
  62.   I would prefer that SCMODE _NOT_ be distributed by shareware houses
  63. without first contacting me for approval.
  64.  
  65.  
  66. DISCLAIMER
  67.  
  68.    Use SCMODE at your own risk.  I assume no responsibility for damage
  69. or loss resulting from the use of SCMODE.
  70.  
  71.  
  72. ABOUT SCMODE
  73.  
  74.    SCMODE was written using Borland C++ 3.0 and the C library of the
  75. MusicQuest Programmer's Toolkit (which I highly recommend).
  76.  
  77. MIDI Interface ToolKit Copyright (c) 1987, 1989 by Music Quest, Inc.
  78.  
  79.  
  80.    I welcome all comments and bug reports concerning SCMODE.
  81.    Here's where you can reach me, in order of speed and reliability:
  82.  
  83.        Internet  :  fontana@cis.ohio-state.edu
  84.        Phone     :  1 (614) 261-6117
  85.        FidoNet   :  Mark Fontana at Compu-Link BBS; Columbus, Ohio USA
  86.                     1 (614) 846-1274; Fido address: 1:226/340
  87.        CompuServe:  75566,237 (I rarely log in)
  88.  
  89.  
  90. UPCOMING PACKAGES
  91.  
  92.    SCEDIT - A parameter editor/librarian and custom SYSEX message builder
  93.             for the Sound Canvas series.
  94.  
  95.    SCANIM - An animation editor for the bitmapped display of external
  96.             Sound Canvas modules.  Overlays animations on Standard MIDI
  97.             files (like the Roland "Stargames" demo).
  98.  
  99.